home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / programming / other / python-1.52 / source / objects / protos / abstract.h next >
Text File  |  1999-06-14  |  289b  |  7 lines

  1. static PyObject *type_error ( char *msg );
  2. static PyObject *null_error ( void );
  3. static PyObject *int_from_string ( PyObject *v );
  4. static PyObject *long_from_string ( PyObject *v );
  5. static PyObject *float_from_string ( PyObject *v );
  6. static PyObject *do_pow ( PyObject *v , PyObject *w );
  7.